home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_10_01
/
1001127a
< prev
next >
Wrap
Text File
|
1991-11-17
|
253b
|
16 lines
#ifndef _VSTREAMDEF
#define _VSTREAMDEF
#include <iostream.h>
extern class Conbuf : public streambuf
{
int do_sputn(const char *s,int n);
int overflow(int=EOF);
} conbuf;
extern ostream conout;
#endif